Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Less @import issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35705
    KeironLowe
    Member

    Hey guys, to keep my css more organised during development i’ve started splitting my code up into different files and bringing them all together using @import.

    The problem is that the changes only work when I save the main css file (the one with all the imports in it). Even if no changes have been made to that file I have to save it otherwise the change doesn’t work.

    Anyone know how to fix this?

    #93119
    SgtLegend
    Member

    Is the CSS file your importing a file that doesn’t contain .css as LESS will only parse files with either no extension or have .less as the extension.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.