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

Fixing pagination compile issue #36740

Merged
merged 1 commit into from Jul 18, 2022
Merged

Fixing pagination compile issue #36740

merged 1 commit into from Jul 18, 2022

Commits on Jul 18, 2022

  1. Fixing pagination compile issue

    This was an issue with the tables as well, but that has been updated here - 4a3c004
    
    This was also noted here - 36501#issuecomment-1153187062_
    
    This effects the 5.2 beta1 that is released on the homepage.
    
    Whats happening is with a fresh download and compile, with some compilers, I noticed not all of them run into this issue, we get the Sass variable showing up and not the actual value.
    
    Steps to reproduce - 
     - Download the source code form the docs for beta 2 and extract
     - Open VSCode -> open folder to the bootstrap directory you just extracted
     - install the "Sass/Less/Stylus/Pug/Jade/Typescript/Javascript Compile Hero Pro" v2.3.53 by Eno Yao extension
     ---- might have to restart VSCode
     - go to that extensions settings, and set the directory to save the output / compiled version to `../dist`
     - tap that Compile Hero on the bottom to activate the extension
     - open `bootstrap.scss` add a space or a new line and save it
     - check the compiles version and you should see the errors
    Yohn authored and mdo committed Jul 18, 2022
    Copy the full SHA
    34c7f33 View commit details
    Browse the repository at this point in the history