From 8561da2f44a20e8d0bba02a90a1fa1b7dbcc642f Mon Sep 17 00:00:00 2001 From: Egor Kloos Date: Tue, 16 Jan 2024 13:25:06 +0100 Subject: [PATCH] Split normalised and enhanced system styling --- README.md | 6 ++ example.html | 4 +- forms.html | 2 +- index.html | 2 +- openprops.html | 4 +- src/system-forms.css | 148 +++++++++++++++++++------------------- src/system-layout.css | 125 ++++++++++++++++++++------------ src/system-properties.css | 8 +++ src/system-selectors.css | 30 +------- style-api.html | 4 +- 10 files changed, 177 insertions(+), 156 deletions(-) diff --git a/README.md b/README.md index dcc22a1..9b06ec1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ Import via NPM: npm i @dutchcelt/system.css ``` +If you wish to use the layout and form validations you will need to switch the 'system enhancement' on: + +``` + +``` + ### Style API System.css has a number of custom properties for you to use. diff --git a/example.html b/example.html index 02ee9ac..b82395a 100644 --- a/example.html +++ b/example.html @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - +

system.css