0.1.8 • Published 5 years ago

laravel-mix-atomizer v0.1.8

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

Laravel Mix Atomizer

Laravel Mix extension for Atomic CSS support.

Usage

  1. Start by installing the extension
npm install laravel-mix-atomizer --save-dev
  1. Create an acss.js config file and place it inside the root directory

Note: the destination file is needed in this file

module.exports = {
    cssDest: './resources/utilities.css'
    ...
}
  1. Require the package within your webpack.mix.js file
let mix = require('laravel-mix');

require('laravel-mix-atomizer');

mix.atomize('path/to/html/root' /* default is 'public' */);
  1. Run npm run dev to compile everything down.
0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago