Stefan Bauer

Results 129 comments of Stefan Bauer

@tymvios You will find the mixin here: https://github.com/pnp/custom-learning-office-365/blob/65c95835c6fab42455649e1dcd4694e9de46d82f/src/webpart/src/webparts/common/_rwd-opt.scss

@nick-pape a new version of clean CSS would be nice too ;) https://n8d.at/how-to-implement-contemporary-css-in-sharepoint-framework In addition what I recognise is that the build, when media or container query is at the...

@Ashlesha-MSFT In the current version, there are still challenges because the CSS pipeline, even with overrides, is a general issue. I'd like to give you a short example. Code like...

Well, it is not about the plain file; it is more about the plain placeholder CSS that comes after a container block.

@Ashlesha-MSFT the working solution is provided above. **Step 1:** Update gulp file and disable cleanCSS - since the current version is 7 years old. ```js build.sass.setConfig({ cleanCssOptions: { level: 0...

@rgcircum You are correct this is from my perspective a bug that I encountered previously too. The only since SharePoint and Fluent Design as well do not have a proper...

You should define the fallback like this. ```css p { font-family: var(--fontFamilyCustomFont800, --fontFamilyBase) } ``` However, since the first value then becomes invalid it the inheritance falls through up to...

@rgcircum thanks for your feedback - we are always open for suggestions. Challenge accepted!!!

I recently talked about custom fonts and the brand center. We can and will incorporate it in hTWOo.

@emileindik The Microsoft Teams generator uses typescript you see how this project is set up there https://github.com/pnp/generator-teams