Untitled

Anonymous
javascript
09/30/2024 11:26 PM
260 B
26
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