Marscss. Front-end CSS framework for faster and easier web development.
=======
Install the dependency
npm i @marsbased/marscss --save
Use it from your main scss file:
@import 'node_modules/@marsbased/marscss/index';
Alternatively, if you are using a bundler you probably can use a shortcut like:
@import '~@marsbased/marscss/index';
Visit Marscss documentation, powered by marsman Marsman.
- Run
bundle install
to install Ruby and middleman dependencies - Run
yarn install
to install Node.js dependencies. - Run
bundle exec middleman server
to up middleman server - Open http://localhost:4567/documentation in you browser
- Run
ruby scripts/tests-type-of.rb
- Add
@include tests()
in your scss file after marscss importer
This script is responsible for compressing the different svg that are in the shapes folder and passing them to the partial that we added in the general layout
Run yarn svg