Recompile CSS from LESS, missing rules in LESS

2 replies · opened Jul 17, 2017

MmachytkaJul 17, 2017

Hello, we recompiling style.css from less source files, because we need to change main color.
But it seems that some rules in LESS sources are missing opposite to distributed styled.css. After LESS recompile, we found these differences:

.rounded-skill in newly created css is
.rounded-skill {
display: inline-block;
margin: 0 15px 15px;
}

but in distributed style.css is

.rounded-skill {
display: inline-block;
margin: 0 15px 15px;
display: inline-block;
position: relative;
text-align: center;
font-size: 22px;
font-weight: bold;
color: #333;
}

there is no rule .rounded-skill canvas in LESS sources

but in distributed style.css is

.rounded-skill canvas {
position: absolute;
top: 0;
left: 0;
}

Can you please verify these differences? It's really what we think, can you send as complete new package?

MmachytkaJul 18, 2017

Hello, can you look at it please?

SSemicolon WebSTAFFJul 22, 2017

Hello,

Thanks for your Patience and Apologies about the Inconveniences regarding this!

We will be fixing the missing styles in the LESS/SASS shortly and you will receive a Notification to Download the Latest Files.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard