0.1.0 • Published 5 years ago
@henningrck/base-css v0.1.0
base-css
base-css is a minimalist CSS framework to kickstart your own theme without messing up too much. It's main purpose is to provide styles for lightweight compoents which are re-used in many projects.
Features
To give you a quick overview, here's a short list of styles and components, shipped with base-css:
- Typography
- Containers and sections
- Dividers
- Inline lists
- Buttons
- Forms
- Grids
- Alerts
Installation
NPM
npm install --save @henningrck/base-css
Yarn
yarn add @henningrck/base-css
Webpack
import 'https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap';
import '@henningrck/base-css/dist/base-css.min.css';
SCSS (good for customizations)
@import 'https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap';
@import '~@henningrck/base-css/src/base-css';
Usage
For usage examples visit the project page.
Customization
You can overwrite the default configuration variables if you're using SCSS. Overwritem them before importing to your SCSS. All available variables can be found in src/_vars.scss
.
Versioning
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the MIT License. See the LICENSE file for details.
0.1.0
5 years ago