Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Allow @import RegEx to find all Import Types #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Allow @import RegEx to find all Import Types #61

wants to merge 3 commits into from

Commits on Sep 9, 2014

  1. Allow @import RegEx to find all Import Types

    Added missing Import directives to RegEx:
    - once
    - reference
    - multiple
    - inline
    
    getImports should now also return
    
    @import (reference) file.less
    @import (multiple) file.less
    @import (once) file.less
    @import (inline) file.less
    JanThiel committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    e64f7bf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Fixed Import Type processing for new Import Directives

    Extended the check whether a file should be treated as LESS import with the new directives.
    JanThiel committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    4019b9b View commit details
    Browse the repository at this point in the history
  2. Update LessSource.java

    Fixed regression after stupid Copy & Paste...
    JanThiel committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    3e132e6 View commit details
    Browse the repository at this point in the history