0.4.0 • Published 3 years ago

@webstackbuilders/theme-preset-website v0.4.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
3 years ago

@webstackbuilders/theme-preset-website

This is a present for Theme UI that can be extended or used in other projects.

npm i @webstackbuilders/theme-preset-website

To extend the theme in a project repo:

// example extending theme
import theme from '@webstackbuilders/theme-preset-website'

export default {
  ...theme,
  styles: {
    ...theme,
  },
}