martinadamec/css-core

Installs: 322

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:SCSS

pkg:composer/martinadamec/css-core

v3.0.0 2022-08-31 15:24 UTC

README

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