Untitled

 avatar
unknown
javascript
9 months ago
195 B
7
Indexable
tailwind.config = {
  theme: {
    extend: {
      colors: {
        // if you don't know the significance of this colour, please look it up
        'rebecca': 'rebeccapurple'
      }
    }
  }
}
Editor is loading...
Leave a Comment