1.0.2 • Published 6 years ago

lemoncss v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Lemon provides minimal setup of styles such as grid system, buttors and forms. I made this framework for the purpose of learning things like CSS and SASS but if someone of want to use it or contribute to it I will be really happy.


Table of Contents


Installation

CDN

<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700,700i" rel="stylesheet">
<link href="https://unpkg.com/lemoncss/dist/lemon.min.css" rel="stylesheet">

NPM

$ npm install --save lemoncss
├── dist/                        
│   ├── lemon.css                      # Uncompressed version
│   ├── lemon.min.css                  # Compressed version
├── docs/                              # Website source files
├── src/                               # Source files
│   ├── _blockquote.scss
│   ├── _breakpoints.scss
│   ├── _buttons.scss
│   ├── _code.scss
│   ├── _containers.scss
│   ├── _forms.scss
│   ├── _functions.scss
│   ├── _grid.scss
│   ├── _hr.scss
│   ├── _link.scss
│   ├── _list.scss
│   ├── _reset.scss
│   ├── _table.scss
│   ├── _typography.scss
│   ├── _utility.scss
│   ├── _variables.scss
│   ├── lemon.scss                      # Main SCSS file

License

The code is open source and available under the MIT License.