1.1.6 • Published 6 years ago

@soykje/lscss v1.1.6

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

Browser support

  • Firefox 52+
  • Chrome 57+
  • IE 10+, Edge 12+
  • Safari 10.1+ / iOS Safari 10.3+
  • Opera 44+

Installation

The recommended way is to use npm, through the npm install @soykje/lscss command. Then you'll just have to import the files into your project:

SASS customizable version...

To customize LSCSS, import the SCSS version: @import "node_modules/@soykje/lscss/src/sass/lscss";. You'll have to compile your SCSS file(s) using a tool like PostCSS Autoprefixer (to add browser prefixes).

... or CSS minified version

To use LSCSS as it goes, just import the CSS minified version: @import "node_modules/@soykje/lscss/public/css/lscss";

JS

import '@soykje/lscss';

You can just include the compiled files (minified) directly into you HTML.

Development

Just run npm install to install the project for development, then:

  • npm start for development mode
  • npm run build for production mode
1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.21

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago