Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !36740

Fixing pagination compile issue

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Yohn/patch-13 into main Jul 15, 2022
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: Yohn

This was an issue with the tables as well, but that has been updated here - 4a3c004c

This was also noted here - #1153187062_ and closed to see if others ran into the same issue.

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 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 SASS and SCSS 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
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Yohn/patch-13