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.
npm install @linwooddev/style
@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.