Skip to content

Commit

Permalink
feat: tokens architecture and opacity utilities (#2573)
Browse files Browse the repository at this point in the history
Co-authored-by: louismaxime.piton <[email protected]>
Co-authored-by: Vincent Prothais <[email protected]>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent c5fe3d5 commit 2faadcc
Show file tree
Hide file tree
Showing 40 changed files with 28,831 additions and 91 deletions.
8 changes: 8 additions & 0 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"files": [
{
"path": "./dist/css/ouds-web-bootstrap.css",
"maxSize": "44.75 kB"
},
{
"path": "./dist/css/ouds-web-bootstrap.min.css",
"maxSize": "41.5 kB"
},
{
"path": "./dist/css/ouds-web-grid.css",
"maxSize": "7.0 kB"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ Within the download you'll find the following directories and files, logically g
```text
ouds-web/
├── css/
│ ├── ouds-web-bootstrap.css
│ ├── ouds-web-bootstrap.css.map
│ ├── ouds-web-bootstrap.min.css
│ ├── ouds-web-bootstrap.min.css.map
│ ├── ouds-web-bootstrap.rtl.css
│ ├── ouds-web-bootstrap.rtl.css.map
│ ├── ouds-web-bootstrap.rtl.min.css
│ ├── ouds-web-bootstrap.rtl.min.css.map
│ ├── ouds-web-grid.css
│ ├── ouds-web-grid.css.map
│ ├── ouds-web-grid.min.css
Expand Down Expand Up @@ -112,6 +120,7 @@ Within the download you'll find the following directories and files, logically g

We provide compiled CSS and JS (`ouds-web.*`), as well as compiled and minified CSS and JS (`ouds-web.min.*`). [Source maps](https://web.dev/articles/source-maps) (`ouds-web.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`ouds-web.bundle.js` and minified `ouds-web.bundle.min.js`) include [Popper](https://popper.js.org/docs/v2/).

We also provide a compiled and minified CSS (`ouds-web-bootstrap.*` and `ouds-web-bootstrap.min.*`) enforcing Bootstrap compatibility.

## Bugs and feature requests

Expand Down
Loading

0 comments on commit 2faadcc

Please sign in to comment.