@linwooddev/style
v0.4.2
Published
This is the web package for Linwood Style. It is a pure (S)CSS package that can be used to style web pages.
Readme
Linwood Style Web
This is the web package for Linwood Style. It is a pure (S)CSS package that can be used to style web pages.
Click here to see a preview of the style.
Installation
npm install @linwooddev/styleUsage
@use '@linwooddev/style';Use @use with to customize the style.
@use '@linwooddev/style' with (
$primary-color: red
);Click here to see all the variables that can be customized.
