Installation
Get package from npm:
npm i @digivorefr/asterix-sass
Import Asterix into a scss file and initialize it:
// Your index.scss file
@import '@digivorefr/asterix-scss';
@include asterix();
// ...
Last updated
Get package from npm:
npm i @digivorefr/asterix-sass
Import Asterix into a scss file and initialize it:
// Your index.scss file
@import '@digivorefr/asterix-scss';
@include asterix();
// ...
Last updated