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

flexboxgrid-stylus

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexboxgrid-stylus

Stylus version of flexboxgrid

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Stylus version of Flexboxgrid

Why?

I love using Stylus as my dynamic CSS language and Flexboxgrid is my go to library for setting up a responsive grid based on the flex property.

The problem: Flexboxgrid is written in pure CSS, which doesn't work too well to import into a Stylus project.

Most of the time I would end up copy-pasting Flexboxgrid's CSS into my project. Not ideal!

That's why I've created this simple repository that converts the latest version of Flexboxgrid to a Stylus file, which can then be easily imported via NPM into the working project.

Installation

Install using NPM

npm install flexboxgrid-stylus --save

How to use it

After installing, a file flexboxgrid.styl will be created in the node_modules/flexboxgrid-stylus-folder.

All you have to do is add the following snippet to your stylus file, and you're ready to start using Flexboxgrid!

@import 'flexboxgrid-stylus'

Acknowledgements

Flexboxgrid is written by Kristoferjoseph.

Keywords

FAQs

Package last updated on 23 Aug 2017

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