Sample code using scss in uni-app

Sample code using scss in uni-app

Pitfalls encountered

I spent the whole afternoon solving the pitfalls of using scss in uni-app. First of all, let me talk about my problem. I couldn't use @mixin when using scss, and then Baidu used various methods to debug:

Code writing problem (it is not feasible to follow the official website's writing method completely): Official website demo

Browser problem (Firefox doesn't work).

Syntax version problem (changing the writing method does not work): SCSS does not work with mixin, and the browser cannot compile it

The plugin is not installed (reinstalling still doesn't work).

Changed <style type='css'> to scss, still doesn't work.

Using the new scss syntax doesn't work yet

I couldn't figure it out for the whole afternoon. With no other choice, I thought of trying the method of installing scss in Vue, and it actually worked.

It should be noted that it cannot be introduced globally, but can only be introduced page by page. I am also drunk.

Summarize:

uni-app is made based on vue. Next time if you want to install/import something, try it with vue first. If it doesn’t work, try uni-app.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

<<:  Comprehensive website assessment solution

>>:  A brief analysis of the function calling process under the ARM architecture

Recommend

Detailed explanation of MySQL partition table

Preface: Partitioning is a table design pattern. ...

In-depth analysis of HTML semantics and its related front-end frameworks

About semantics Semantics is the study of the rel...

Recommended tips for web front-end engineers

Let's first talk about the value of web front...

Dockerfile text file usage example analysis

Dockerfile is a text file used to build an image....

A brief analysis of MySQL cardinality statistics

1. What is the cardinality? Cardinality refers to...

Issues with Rancher deployment and importing K8S clusters

Rancher deployment can have three architectures: ...

Five practical tips for web form design

1. Mobile selection of form text input: In the te...

How to implement Nginx reverse proxy for multiple servers

Nginx reverse proxy multiple servers, which means...

Detailed explanation of Nginx regular expressions

Nginx (engine x) is a high-performance HTTP and r...

Interviewers often ask questions about React's life cycle

React Lifecycle Two pictures to help you understa...

Share 20 JavaScript one-line codes

Table of contents 1. Get the value of browser coo...

Tomcat class loader implementation method and example code

Tomcat defines multiple ClassLoaders internally s...

Code for implementing simple arrow icon using div+CSS in HTML

In web design, we often use arrows as decoration ...

Solution to leaving gaps between BootStrap grids

Table of contents [See an example]: [The original...