Closed (fixed)
Project:
Tailwind CSS Starter Kit
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 Jun 2019 at 20:34 UTC
Updated:
12 Mar 2020 at 12:59 UTC
Jump to comment: Most recent
Since switching the base theme to be 'stable' instead of 'classy', there there a lot less classes to conflict with - namely 'block' which was one of my main issues. So I'd like to investigate removing the prefix, and what impact that has.
I think that we can also remove important: true.
The D7 version would need to remain with the current configuration.
Comments
Comment #2
opdaviesComment #3
opdaviesComment #4
littledynamo commentedI removed the prefix and disabled important on a decent-sized project recently and encountered zero problems, so I think they can be safely removed.
Comment #5
opdaviesThanks for the input @littledynamo.
Comment #6
opdaviesComment #8
opdaviesMerged into 8.x-3.x which I can use to do some further testing.