GoogleChromeLabs / text-app

A text editor for ChromeOS and Chrome
https://chrome.google.com/webstore/detail/mmfbcljfglbokpmkimbfghdkjmjhdgbg
Other
551 stars 150 forks source link

Can't style classes within css folder #531

Open kayleighthomas opened 3 years ago

kayleighthomas commented 3 years ago

Hello, someone please help me I usually use Dreamweaver however on a different computer recently so have been using this chrome text editor, when on css folder I can not select my div using its class name? Is it still using a dot? example .classname doesnt seem to work?

Radvylf commented 3 years ago

This doesn't seem to be an issue with the text editor. All it does is edit the files, it doesn't do any of the actual HTML/CSS interpretation (unless you're talking about the syntax highlighting). You might want to check that you're properly linking to the css files within the HTML file.