2.3.0 • Published 2 years ago

abrusco-cli v2.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Abrusco

CLI interface for Abrusco stylesheets. https://abrusco.com

Install

This package is meant to be installed globally.

npm install abrusco-cli --global

Usage

Usage
  $ abrusco <input.css>

Options
  -o, --output Output file
  -m, --minify Minify the output stylesheet
  -w, --watch  Watch CSS source directory for changes
  --novars     Do not preserve CSS variables
  --purge      Purge CSS

Example
  $ abrusco src/master.css -o dist/bundle.css
  $ abrusco src/master.css -o dist/bundle.css --minify
  $ abrusco src/master.css -o dist/bundle.css --watch

Build Your Own

master.css:

@import 'abrusco';

/* my custom variables */
:root {
  --text-color: var(--purple); /* affect Abrusco's internals */
}

/* my custom styles */
.hello {
  color: var(--orange);
}
abrusco master.css > bundle.css

Related

License

MIT

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.1.1

2 years ago

1.2.0

3 years ago

2.1.0

2 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago