kaystrobach / TYPO3.dyncss

Dyncss base extension - Donate if you like it http://donate.kay-strobach.de/
http://forge.typo3.org/projects/extension-dyncss
GNU General Public License v2.0
9 stars 28 forks source link

Possibility of creating namespaces #51

Closed millemedia closed 6 years ago

millemedia commented 6 years ago

We are currently working on an aggregator web site. The problem is, that we will have som remote css that can override our selector. Best would be if we can set a namespace to avoid conflicts,

Is there a possibility to realize that?

kaystrobach commented 6 years ago

Should be possible with sass, just wrap the remote code in a sass file or strip remote css completely, what i would suggest for security reasons anyway

Recommend reading:

Feel free to reopen, if you still think this is scope for this project, until now i do think it is not.

kaystrobach commented 6 years ago

Btw. maybe also worth a look:

millemedia commented 6 years ago

Well, we use extenasion t3sbootstrap V4 for this project. If I create a namespace within sass I will get a TYPO3 exeption from dyn_scss stating, that varaibles are not defined. Is there a possibility to implement the namespace with typoscript?