Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ui-grid-sass

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui-grid-sass

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.

  • 0.0.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25
increased by108.33%
Maintainers
1
Weekly downloads
 
Created
Source

UI Grid SASS

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.

Usage

  • npm install ui-grid-sass or (preferred) yarn add ui-grid-sass
  • In your SASS code
    • @import "your/custom/variables/file";
    • @import "node_modules/ui-grid-sass/src/main";

Usage With Build Tools

You will want to include an includePaths statement in your build (gulp, webpack, etc) configs that reference your node_modules directory.

Dependencies

UI Grid SASS uses Bootstrap for styling, and Font Awesome 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.

Possible Breaking Changes

See the CHANGELOG for more information.

Keywords

FAQs

Package last updated on 20 Jul 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc