
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ui-grid-sass
Advanced tools
SASS implementation of the Angular UI Grid styles. Currently Angular UI Grid only provides LESS for styling. For those looking for a SASS implementation, to integrate in their own environment, this provides a 1:1 match to the existing LESS process.
Currently the Angular UI Grid source files only support LESS for stylesheets. This project exists for those who prefer to use SASS with their projects, porting the current LESS to SASS.
npm install ui-grid-sass
or (preferred) yarn add ui-grid-sass
@import "your/custom/variables/file";
@import "~ui-grid-sass/src/main";
(Your SASS compiler may not support the ~
, for pointing to node_modules
. If you run into this issue, Google is your friend.)
The _main.scss
file includes all pieces of UI-Grid CSS. For granular control you may include the src/core/main
file, and any feature
files you might require from the features
directory. This allows you to tailor UI-Grid's CSS to include only the features your application uses.
You will want to include an includePaths
statement in your build (gulp, webpack, etc) configs
that reference your node_modules
directory. (This handles that ~
referenced above. Webpack sass-loader handles this automatically.)
UI Grid SASS uses Bootstrap (3.4.1) for styling, and Font Awesome (4.7.0) for various icons, so your application must include those
libraries and their dependencies. Both (Bootstrap-SASS and Font-Awesome) are active dependencies of this project, and
will automatically be available in node_modules
once the package is installed.
See the CHANGELOG for more information.
FAQs
SASS implementation of the Angular UI Grid styles. Currently Angular UI Grid only provides LESS for styling. For those looking for a SASS implementation, to integrate in their own environment, this provides a 1:1 match to the existing LESS process.
The npm package ui-grid-sass receives a total of 7 weekly downloads. As such, ui-grid-sass popularity was classified as not popular.
We found that ui-grid-sass demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.