Skip to content

v1.4.0

Compare
Choose a tag to compare
@mvllow mvllow released this 22 Jan 22:14
· 76 commits to main since this release

There's a new alpha helper function for creating your themes! See the example below:

background: alpha('#fa8072', 0.5),

// is the same as
background: '#fa087280'

// and if there are multiple variants
background: {
  variant1: '#fa807280',
  variant2: '#fa807280'
}
  • Merge pull request #12 from mvllow/feat-expose-alpha-helper 4eba5f0
  • ci: check node 12 092d0f5
  • test: alpha helper 5574186
  • docs: alpha helper ff20907
  • feat: alpha helper 608a747
  • chore: use editorconfig 9b96dc3
  • chore: use tabs gasp dc88a87
  • Merge branch 'main' of github.com:mvllow/pinecone into main 132a320
  • chore: remove .DS_Store from .gitignore ec6353a
  • docs: link to rosé pine d3ad956

v1.3.1...v1.4.0