Skip to content

issues Search Results · repo:ortic/css2less language:PHP

Filter by

15 results
 (61 ms)

15 results

inortic/css2less (press backspace or delete to remove)

instruction is very poor. clarify, please
  • Serega5j
  • 1
  • Opened 
    on Jul 26, 2019
  • #19

For some reason you re adding quotation marks around zoom syntax and makes animation not work in IE. @keyframes zoom { from { transform: scale(1, 1); } to { transform: scale(1.05, ...
  • nishville
  • 3
  • Opened 
    on Mar 23, 2018
  • #18

a { :not(a) { display: block; } } Result: a { *: not(a) { display: block; }
  • lzl124631x
  • 8
  • Opened 
    on Dec 4, 2017
  • #17

/*/comments /*/ .xyz{ width:97%; } /*/end: comments /*/ If there is no space after /* or before */, the conversion fails .
  • athulvraj
  • 1
  • Opened 
    on Jul 19, 2017
  • #16

@-moz-document url-prefix() { #timeSheetMainTable, .accountingBox { border-right: none; } } @-moz-document url-prefix() { .primaryButton, .formButton {line-height:23px;} }
  • athulvraj
  • 1
  • Opened 
    on Jul 18, 2017
  • #15

this fails: @media(max-width:768px) { .address-gallery img { max-width: 100%; } }
  • Remo
  • Opened 
    on Apr 26, 2017
  • #14

This causes an invalid LESS result: .gmnoprint div[title= Exit Street View ], .gmnoprint div[title= Exit Street View ] + div{ margin-top:30px; cursor:pointer; }
  • Remo
  • Opened 
    on Apr 13, 2016
  • #12

This produces an invalid LESS output: .page-title ~ hr { color: red; }
  • Remo
  • Opened 
    on Mar 30, 2016
  • #11

At the moment we only extract shared values for color and font-family, this should be improved. We should also convert different way to write a colours, uppercase, lowercase and maybe rgb(a) as well as ...
  • Remo
  • 1
  • Opened 
    on Mar 21, 2016
  • #10

.text { position: relative; float: left; /*width: 320px;*/ } The code above causes an PHP notice: Notice: Undefined property: CssCommentToken::$MediaTypes in /var/remo/work/css2less/src/tokens/LessRuleList.php ...
  • Remo
  • Opened 
    on Feb 29, 2016
  • #9
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub