0.1.2 • Published 6 years ago

mlh-styles v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

mlh-styles

This is a styling library for MLH.

Instalation and Usage

  1. Install the package wuth npm i --save mlh-styles
  2. Import styles on top(this will allow you to use various mixins and variables in your scss) of your main scss file @import '~mlh-styles/_sass/main';

Development

  1. Clone the repository git clone https://github.com/MLH/mlh-styles.git.
  2. Change into the directory cd mlh-stylesand install dependencies with npm i.
  3. Start a development server with npm start.
  4. In the root of the project there's an index.html file, it's for development only, perfect place to add/test new styling for elements. You can also make new html files in the root of the project if you need to, but you'll need to restart the server.
  5. If you create a new scss file, prefix it with _ so that scss compiler knows it's a partial, and import it at the bottom of _sass/main.scss.
  6. Add, commit, merge, update version of the package to reflect changes you made with npm version <newversion>, <newversion> should be a valid semver string, for example '2.3.1'.
  7. Publish to npm with npm publish
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago