New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rework-struct

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rework-struct

Rework preprocessor for struct

latest
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

rework-struct

Rework preprocessor for struct.

Installation

npm install -g rework-struct

Features

  • Automatic prefixing with autoprefixer
  • W3C-style CSS variables
  • Cutting edge browser support ( > ie10 and up )
  • Aggregate all media queries and move it to the end of the file
  • Calc() fn do to simple calculation with variable support

Usage

Use it in your css build process

css = rework(css)
  .use(struct())

If you just want to use it for simple projects which don't require additional user side build steps you can use component-struct

Tests

make test

Licence

MIT

Keywords

struct

FAQs

Package last updated on 24 Jan 2014

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