3.0.0 • Published 2 years ago

adamecmartin-css-core v3.0.0

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

CSS Core

Small CSS framework for private use, what use bootstrap 5.

Installation

If you want to change something install dependencies with this command. And than compile files.

$ npm install

# Just one time
$ gulp css

# Watch source dir
$ gulp watch

How to use

Import the file to your project and import your own parameters before.

@import "../../node_modules/adamecmartin-css-core/source/preFunctions";
@import "variables";
@import "../../node_modules/adamecmartin-css-core/source/main";
@import "bootstrap.all";
@import "../../node_modules/adamecmartin-css-core/source/app";

// Your code

Contribution

Document

  • README.md

Introduction

  • README.md
3.0.0

2 years ago

2.1.1

4 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.1

5 years ago