1.0.4 • Published 1 year ago

foa-design-system v1.0.4

Weekly downloads
-
License
GPL-2.0
Repository
-
Last release
1 year ago

FOA Design System

The base styles for all FOA Projects based off Bootstrap 5

Installation

Install foa-design-system with npm

  npm install foa-design-system --save-dev

Include

Open the angular.json file and look for the styles and scripts section inside Projects section

"styles": [
    "styles.css"
],
"scripts": [],

And modify it to look like this:

"styles": [
    "node_modules/foa-design-system/dist/css/design-system.css",
    "src/styles.scss"
],
"scripts": [
    "node_modules/foa-design-system/dist/js/design-system.js"
]

Use

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago