rollthecloudinc / quell

Climate aware CMS breaking web apps free from carbon emissions.
https://demo.carbonfreed.app/pages/create-panel-page
GNU General Public License v3.0
14 stars 1 forks source link

Sheath compatibility with invalid tailwind classes #350

Open ng-druid opened 1 year ago

ng-druid commented 1 year ago

When adding a class to any panel element inside dev tools that has an ancestor using an invalid class like mt-1/2 sheath fails. Sheath is failing because the algorithm to derive the selector is detecting the previous mentioned selector as invalid. The work around is to avoid using those types of tailwind css selectors on spears that use tailwind css.