Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation mistake with !comments #198

Closed
robwierzbowski opened this issue May 11, 2014 · 1 comment
Closed

Documentation mistake with !comments #198

robwierzbowski opened this issue May 11, 2014 · 1 comment

Comments

@robwierzbowski
Copy link

The docs say:

Before:
      /*! MIT license */
      /*! will be removed */

      .test {
          color: red
      }

but should say:

Before:
      /*! MIT license */
      /* will be removed */ <-- notice the removal of the !.

      .test {
          color: red
      }
@lahmatiy lahmatiy added bug and removed bug labels Oct 7, 2015
@lahmatiy
Copy link
Member

It's correct. csso left only first /*! comment */.
Here related issue #194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants